Termination w.r.t. Q of the following Term Rewriting System could be proven:

Q restricted rewrite system:
The TRS R consists of the following rules:

admit(x, nil) → nil
admit(x, .(u, .(v, .(w, z)))) → cond(=(sum(x, u, v), w), .(u, .(v, .(w, admit(carry(x, u, v), z)))))
cond(true, y) → y

Q is empty.


QTRS
  ↳ DirectTerminationProof

Q restricted rewrite system:
The TRS R consists of the following rules:

admit(x, nil) → nil
admit(x, .(u, .(v, .(w, z)))) → cond(=(sum(x, u, v), w), .(u, .(v, .(w, admit(carry(x, u, v), z)))))
cond(true, y) → y

Q is empty.

We use [23] with the following order to prove termination.

Lexicographic path order with status [19].
Precedence:
admit2 > nil > cond2
admit2 > .2 > cond2
admit2 > w > cond2
admit2 > =2 > cond2
admit2 > sum3 > cond2
admit2 > carry3 > cond2
true > cond2

Status:
sum3: multiset
true: multiset
w: multiset
admit2: [2,1]
carry3: multiset
=2: multiset
nil: multiset
.2: [1,2]
cond2: multiset